home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef OCHRH
- #define OCHRH
- //----------------------------------------------------------------------------
- #include <OKCANCL2.h>
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- //----------------------------------------------------------------------------
- class TOKHelpRightDlg : public TOKRightDlg
- {
- __published:
- TButton *HelpBtn;
- void __fastcall HelpBtnClick(TObject *Sender);
- private:
- public:
- virtual __fastcall TOKHelpRightDlg(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TOKHelpRightDlg *OKHelpRightDlg;
- //----------------------------------------------------------------------------
- #endif
-